Vcenter CertificateManagement Vcenter Tls Info

Vcenter CertificateManagement Vcenter Tls Info
Vcenter CertificateManagement Vcenter Tls Info

The Vcenter CertificateManagement Vcenter Tls Info schema contains information from a TLS certificate.

This schema was added in vSphere API 6.7.2.

JSON Example
{
    "version": 0,
    "serial_number": "string",
    "signature_algorithm": "string",
    "issuer_dn": "string",
    "valid_from": "string",
    "valid_to": "string",
    "subject_dn": "string",
    "thumbprint": "string",
    "is_ca": false,
    "path_length_constraint": 0,
    "key_usage": [
        "string"
    ],
    "extended_key_usage": [
        "string"
    ],
    "subject_alternative_name": [
        "string"
    ],
    "authority_information_access_uri": [
        "string"
    ],
    "cert": "string"
}
integer As int64 As int64
version
Required

Version (version number) value from the certificate.

This property was added in vSphere API 6.7.2.

string
serial_number
Required

SerialNumber value from the certificate.

This property was added in vSphere API 6.7.2.

string
signature_algorithm
Required

Signature algorithm name from the certificate.

This property was added in vSphere API 6.7.2.

string
issuer_dn
Required

Issuer (issuer distinguished name) value from the certificate.

This property was added in vSphere API 6.7.2.

string As date-time As date-time
valid_from
Required

validFrom specify the start date of the certificate.

This property was added in vSphere API 6.7.2.

string As date-time As date-time
valid_to
Required

validTo specify the end date of the certificate.

This property was added in vSphere API 6.7.2.

string
subject_dn
Required

Subject (subject distinguished name) value from the certificate.

This property was added in vSphere API 6.7.2.

string
thumbprint
Required

Thumbprint value from the certificate.

This property was added in vSphere API 6.7.2.

boolean
is_ca
Required

Certificate constraints isCA from the critical BasicConstraints extension, (OID = 2.5.29.19).

This property was added in vSphere API 6.7.2.

integer As int64 As int64
path_length_constraint
Required

Certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).

This property was added in vSphere API 6.7.2.

array of string
key_usage
Required

Collection of keyusage contained in the certificate.

This property was added in vSphere API 6.7.2.

array of string
extended_key_usage
Required

Collection of extended keyusage that contains details for which the certificate can be used for.

This property was added in vSphere API 6.7.2.

array of string
subject_alternative_name
Required

Collection of subject alternative names.

This property was added in vSphere API 6.7.2.

array of string
authority_information_access_uri
Required

Collection of authority information access URI.

This property was added in vSphere API 6.7.2.

string
cert
Required

TLS certificate in PEM format.

This property was added in vSphere API 6.7.2.